body {
    line-height: 1.5;
  }
  
  input {
    border: 0;
    padding: 0;
    outline: none;
  }
  .hr_s {
         width: 60px;
      height: 4px;
      background-image: linear-gradient(90deg, 
          #1f4d99 0%, 
          #377ac5 100%); 
          margin-top: 20px;
      
  }
  
  
  input[type=button],
  input[type=submit],
  input[type=reset] {
    cursor: pointer;
  }
  
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
    margin: 0;
  }
  
  button {
    cursor: pointer;
  }
  
  input,
  textarea,
  button {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
  }
  
  input[type=radio] {
    -webkit-border-radius: 100%;
    -webkit-appearance: radio;
  }
  
  input[type=checkbox] {
    -webkit-appearance: checkbox;
  }
  
  input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 0.5;
  }
  
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 0.5;
  }
  
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 0.5;
  }
  
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 0.5;
  }
  #fp-nav ul li a span, .fp-slidesNav ul li a span {
      
          background-color: #2354a0!important;
  
  }
  #fp-nav ul li a span, .fp-slidesNav ul li a span {
      
      
  }
  #btn2{
      display: none;
  }
 
   .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline .layui-unselect{
       display: none;
   }


   .page1 {
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: 100vh;
  }
  
   .page1 .index_banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .page1 .banner-video {
        width: 100%;
        height: 100%;
   position: relative;
  }
  
  .page1 .banner-video:after {
      content: "";
      width: 120%;
      height: 100%;
      position: absolute;
      left: -10%;
      bottom: 0px;
       /*  background-image: linear-gradient(rgb(93,83,129,0.9),rgb(93,83,129,0.9)); */
      z-index: 1;
      transition: 0.4s all;
           object-fit: cover;
               width: 100%;
    background: url(/static/cn/img/menu_bg1.png);
    position: absolute;
    z-index: 9;
    height: 100%;
    left: 0;
    top: 0;
  }
  .page1 .swiper-container {
       width: 100%;
      height: 100%;
  }
  .page1 .swiper-slide {
      
      height: 100%;
      width: 100%!important;
  }
  .page1 .swiper-slide .swiper_image{
      width: 100%;
      height: 100%;
       position: relative;
  }
  .page1 .swiper-slide .swiper_image .img {
           width: 100%;
      height: 100%; 
      
  }
  .page1 .swiper-slide .swiper_image .img img {
       width: 100%;
      height: 100%; 
      object-fit: cover;
     
      
  }
  
  
  
  
  .page1 .banner-video video {
      
      height: 100%;
      width: 100%;
 
  }
  
   .page1 .index_banner .swiper-pagination {
    bottom: 5%;
  }
  
   .page1 .index_banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  
   .page1 .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
  }
  
   .page1 .index_banner .swiper-slide .banner-video {
    width: 100%;
    height: 100%;
  

  }
  
   .page1 .index_banner .swiper-slide .banner-video video {
    width: 100%;
    height: 100%;
   object-fit: cover;
  }
  
   .page1 .index_banner .swiper-slide .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
   .page1 .index_banner .swiper-slide .img img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.1); 
    transition: all ease-out 8s;
  }
  
   .page1 .index_banner .swiper-slide .text {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    z-index: 10;
  }
  
   .page1 .index_banner .swiper-slide .text p {

    width: 100%;
    display: block;
    line-height: 1.2;
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.5s;
        font-family: 'thin';
  }
  
  .page1 .cox_button {
    width: 41px;
    height: 41px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 19px;
  }
  

  .page1 .swiper-nav {
    position: absolute;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 5;
    top: 50%;
    cursor: pointer;
    width: 180px;
  
  
  }
  
  
  
  .page1 .swiper-nav .swiper-nav-item {
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 18px;
    /* border-bottom: 3px solid rgb(255, 255, 255, 0); */
    padding-bottom: 18px;
    transition: all 0.4s;
    position: relative;
  }
  
  /* .swiper-nav .swiper-nav-item:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: unset;
  
  } */
  
  /* .page1 .swiper-nav .swiper-nav-item:after {
  
  } */
  
  .swiper-nav .swiper-nav-item.active {
    font-weight: bold;
  
  }
  
  /* 
  .swiper-nav .swiper-nav-item:after {
    left: -100%;
    transition: all 0.4s;
    content: "";
    display: inline-block;
    position: absolute;
  }
  
  .swiper-nav .swiper-nav-item.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-bottom: 3px solid rgb(255, 255, 255, 1);
  
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all 0.4s;
  } */
  
  
  
  
  .swiper-nav .swiper-nav-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    right: 0;
    bottom: 0px;
    background: #ffffff;
    transition: .4s ease, opacity .1s ease .4s;
  
  }
  
  .swiper-nav .swiper-nav-item.active:after {
    right: auto;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: .4s ease .1s, opacity .1s ease;
  
  
  }
  
  .page1 .swiper-nav .swiper-nav-item:last-child {
    margin-bottom: 0px;
  
  }
  
   .page1 .index_banner .swiper-slide .text span {
    display: block;
    width: 36%;
    margin-top: 2.5%;
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.5s;
  }
  
   .page1 .index_banner .swiper-slide .text a {
    display: flex;
    margin-top: 4%;
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.5s;
    align-items: center;
    letter-spacing: 1px;
    font-weight: bold;
    width: 160px;
    transition: all 0.4s;
  }
  
  
  
  
   .page1 .index_banner .swiper-slide .text a:hover .cox_button {
  
    background-color: #2354a0;
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  }
  
   .page1 .index_banner .swiper-slide .text a:hover .cox_button .icon path {
  
    fill: #ffffff;
  }
  
   .page1 .index_banner .swiper-slide .text a i svg {
    margin-left: 5px !important;
  }
  
   .page1 .index_banner .swiper-slide .text a:hover i {
    border: 1px solid #ff8300;
  }
  
   .page1 .index_banner .swiper-slide .text a:hover i::after {
    border-width: 200px 0 0 200px;
  }
  
   .page1 .index_banner .swiper-slide .text a:hover i::before {
    border-width: 0 200px 200px 0;
  }
  
   .page1 .index_banner .swiper-slide.swiper-slide-active .img img {
    transform: scale(1.001);
  }
  
   .page1 .index_banner .swiper-slide.swiper-slide-active .text p {
    transition-delay: 0.8s;
  }
  
   .page1 .index_banner .swiper-slide.swiper-slide-active .text span {
    transition-delay: 1.2s;
  }
  
   .page1 .index_banner .swiper-slide.swiper-slide-active .text a {
    transition-delay: 1.6s;
  }
  
   .page1 .index_banner .swiper-slide.swiper-slide-active .text p,
   .page1 .index_banner .swiper-slide.swiper-slide-active .text span,
   .page1 .index_banner .swiper-slide.swiper-slide-active .text a {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 2s;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* .swiper-nav .swiper-nav-item:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: unset;
  
  } */
  
  /* .page1 .swiper-nav .swiper-nav-item:after {
  
  } */
  
  .swiper-nav .swiper-nav-item.active {
    font-weight: bold;
  
  }
  
  /* 
  .swiper-nav .swiper-nav-item:after {
    left: -100%;
    transition: all 0.4s;
    content: "";
    display: inline-block;
    position: absolute;
  }
  
  .swiper-nav .swiper-nav-item.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-bottom: 3px solid rgb(255, 255, 255, 1);
  
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all 0.4s;
  } */
  
  
  
  
  .swiper-nav .swiper-nav-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    right: 0;
    bottom: 0px;
    background: #ffffff;
    transition: .4s ease, opacity .1s ease .4s;
  
  }
  
  .swiper-nav .swiper-nav-item.active:after {
    right: auto;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: .4s ease .1s, opacity .1s ease;
  
  
  }
  
  .page1 .swiper-nav .swiper-nav-item:last-child {
    margin-bottom: 0px;
  
  }
  
  .cont .page1 .index_banner .swiper-slide .text span {
    display: block;
    width: 36%;
    margin-top: 2.5%;
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.5s;
  }
  
  .cont .page1 .index_banner .swiper-slide .text a {
    display: flex;
    margin-top: 4%;
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.5s;
    align-items: center;
    letter-spacing: 1px;
    font-weight: bold;
    width: 160px;
    transition: all 0.4s;
  }
  
  
  
  
  .cont .page1 .index_banner .swiper-slide .text a:hover .cox_button {
  
    background-color: #2354a0;
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  }
  
  .cont .page1 .index_banner .swiper-slide .text a:hover .cox_button .icon path {
  
    fill: #ffffff;
  }
  
  .cont .page1 .index_banner .swiper-slide .text a i svg {
    margin-left: 5px !important;
  }
  
  .cont .page1 .index_banner .swiper-slide .text a:hover i {
    border: 1px solid #ff8300;
  }
  
  .cont .page1 .index_banner .swiper-slide .text a:hover i::after {
    border-width: 200px 0 0 200px;
  }
  
  .cont .page1 .index_banner .swiper-slide .text a:hover i::before {
    border-width: 0 200px 200px 0;
  }
  
  .cont .page1 .index_banner .swiper-slide.swiper-slide-active .img img {
    transform: scale(1.001);
  }
  
  .cont .page1 .index_banner .swiper-slide.swiper-slide-active .text p {
    transition-delay: 0.8s;
  }
  
  .cont .page1 .index_banner .swiper-slide.swiper-slide-active .text span {
    transition-delay: 1.2s;
  }
  
  .cont .page1 .index_banner .swiper-slide.swiper-slide-active .text a {
    transition-delay: 1.6s;
  }
  
  .cont .page1 .index_banner .swiper-slide.swiper-slide-active .text p,
  .cont .page1 .index_banner .swiper-slide.swiper-slide-active .text span,
  .cont .page1 .index_banner .swiper-slide.swiper-slide-active .text a {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 2s;
  }
  
  .cont .page2 {
    background-image: url(/static/cn/img/wc_1_bj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    padding-top: 9.9%;

  
  }
  .page2_mine .txt_2 {
          text-align: left;
      
  }
  .page2_mine .e_txt_img {
      
      width: 48%;
 
  }
  .page2_mine .industry_tex {
    text-align: left;
    letter-spacing: 0px;
    color: #333333;
    line-height: 1.5;
    font-weight: 500;

  }
  .page2 .cnt_img {
    margin-top: 15%;
    margin-bottom: -3%;
  }
  .cont .page2 .e_txt_1 {
    
    width: 30.4%;

  }

  .cont .page2 .e_txt_1>a {
      color: #1f4d99;
    display: flex;
    align-items: center;
    align-items: center;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 12%;
    transition: all 0.4s;
    width: 160px;
      
  }
  .cont .page2 .e_txt_1>a:hover .cox_button{
          background-color: #2354a0;
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
      
  }
   .cont .page2 .e_txt_1>a .cox_button {
       
        transition: all 0.4s;
    width: 41px;
    height: 41px;
    background-color: #2354a0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 19px;
   }
  .cont .page2 .e_txt_1 .txt_weichuang {
      
      	letter-spacing: 0px;
	color: #000000;
  }
  .cont .page2 .e_txt_1 .txt_weichuang .txt_2 {
      
          color: #000000;
  }
   .cont .page2 .e_txt_1 .txt_weichuang .txt_4 {
       
       	background-image: linear-gradient(90deg, 
		#1f4d99 0%, 
		#377ac5 100%);
		    margin: 0;
   }
  .cont .page2 .digit {
    z-index: 2;
    position: relative;
    overflow: hidden;
        background-image: url(/static/cn/img/wc_1_1.jpg);
    background-repeat: no-repeat;
    background-size: 102% 102%;
        box-shadow: 0px 12px 36px 0px rgba(76, 98, 127, 0.15);
            border-radius: 6px;
  }
  .digit .digit_mine {
    background-image: url(/static/cn/img/us_bj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  
  }
  .page2 .w1600 {
      
      height: 60%;
  }
  .cont .page2 .img_dq {
  display: flex;
  align-items: flex-end;
  height: 40%;
  }
  .page2 .e_container {
      display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  /*  background-image: linear-gradient(90deg, #1c66c9 30%, #48e3d6 100%); */


    padding: 2.5% 0%;

  
  
  
  }
  
  .cont .page2 .cnt_img .pon1{
  
    width: 90%;
    margin: -18% auto 0;
  }
  .page2_video {
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    width: 102%;
    margin-bottom: -5px;
    margin-left: -5px;
  }
  
  .page2_video video {
    width: 103%;
    /* height: 800px; */
    overflow: hidden;
    object-fit: cover;
  
  }
  .page2 .e_container>.p_item {

      flex: 0 0 16.66%;
    position: relative;

  }
.page2_mine {
     display: flex;
    justify-content: space-between;
    
}
  .page2 .e_container>.p_item:after {
content: "";
    width: 1px;
    height: 30px;
    background-color: #ffffff;
    opacity: 0.3;
    display: inline-block;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .page2 .e_container .p_item:first-child .e_container-13:before {
    display: none;
  
  }
  
  .page2 .e_container .p_item .e_tex {
     text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.6;
  }
  
  .page2 .e_container .e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-right: auto;
    width: 100%;
    margin-left: auto;
    padding: 0 0%;
  
  }
  .page2 .e_container .e_container-13 .cbox-13-0 {
       width: 100%;
      
  }

  .page2 .e_container .p_item .p_num {
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1;
    transition: all 0.4s;
  }
  
  .page2 .e_container .p_item .e_tex {
      transition: all 0.4s;
  }
  
  .page2 .e_container .p_item .p_plus {
    letter-spacing: 1px;
    color: #004ea0;
  
  }
  
  .page2 .e_container .p_item .e_scrollNumber {
    display: flex;
    align-items: self-start;
    justify-content: center;
      margin-bottom: 15px;
          line-height: 1;
  }
  
  .page2 .e_container .p_item .e_scrollNumber>div {
   
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    margin-left: 5px;
  
  }
  
  .page2 .e_container .p_item .e_scrollNumber>div .fnt_32 {
  
       font-size: 24px;
    letter-spacing: 0px;
    color: #1b4ba4;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
  }
  
  .page2 .e_container .p_item .e_scrollNumber>div .fnt_20 {
    letter-spacing: 0px;
    color: #1b4ba4;
    font-size: 18px;
  }
  
  .about_mine {
  
    margin-bottom: 4.3%;
  }
  
  .digit_img {
    margin-top: 3.4666%;
    width: 100%;
    overflow: hidden;
  }
  
  .digit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
  
  }
  
  .digit_img:hover img {
    transform: scale(1.08);
  
  }
  
  /* 三pige3 */
  .page3 .page3_mine {
    width: 100%;
    overflow: hidden;
    position: relative;
        height:95vh;
  }
  
  .page3 .page3_mine .cbox_bottom {
  
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
  }

  .page3 .cbox_bottom .cbox_e_2 .p_list_2 .mCustomScrollBox {
         overflow: unset; 
       width: 100%;
  }
  .page3_mine .cbox_top .p_list_1 .pitem {
    display: none;
    position: relative;
    height: 100%;
    -webkit-animation: myfirst1 0.8s;
    animation: myfirst1 0.8s;
  }
  .page3_mine .cbox_top .p_list_1 .pitem .e_image{
       height: 100%;
      
  }
  .page3_mine .cbox_top .p_list_1 .pitem .e_image img{
       height: 100%;
       width: 100%;
      object-fit: cover;
      
  }
  .page3_mine .cbox_top .p_list_1 .pitem .e_text {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
  }
  
  .page3_mine .cbox_top .p_list_1 .pitem.top_pame {
    display: block;
  }
  
  .page3_mine .cbox_top .p_list_1 .pitem .e_text p {
    width: 40%;
    letter-spacing: 1px;
    color: #ffffff;

  }
  
  .page3_mine .cbox_top .p_list_1 .pitem .e_text a {
    margin-top: 5.8%;
    color: #ffffff;
    display: flex;
    align-items: center;
    align-items: center;
    letter-spacing: 1px;
      font-weight: 500;
    transition: all 0.4s;
    width: 160px;
  }
  
  
  .page3_mine .cbox_top .p_list_1 .pitem .e_text a:hover .cox_button {
    background-color: #2354a0;
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  }
  
  .page3_mine .cbox_top .p_list_1 .pitem .e_text a:hover .cox_button .icon path {
  
    fill: #ffffff;
  }
  
  
  
  @keyframes myfirst0 {
  
    0% {
      opacity: 0;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 60%, 0);
      transform: translate3d(0, 60%, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
    
  @keyframes myfirst1 {
  
    0% {
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      -webkit-transform: translate3d(0, 5%, 0);
      transform: translate3d(0, 5%, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  
  
  @keyframes myfirst0a {
  
    0% {
      opacity: 0;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 10%, 0);
      transform: translate3d(0, 10%, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .page3_mine .cbox_top .p_list_1 .pitem .e_text .e_text_1 {
    line-height: 1;
    margin-bottom: 3.3%;
    -webkit-animation: myfirst0 0.8s;
    animation: myfirst0 0.8s;
  }
  
  .page3_mine .cbox_top .p_list_1 .pitem .e_text .e_text_2 {
    -webkit-animation: myfirst0 1.0s;
    animation: myfirst0 1.0s;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-all;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 4.5em;
    max-height: 4.5em;
  
  }
  .page3_mine .cbox_top .p_list_1 .pitem .e_text a {
    -webkit-animation: myfirst0 1.2s;
    animation: myfirst0 1.2s;
  
  }
  .page3_mine .cbox_top .p_list_1 .pitem .e_text a .cox_button {
    transition: all 0.4s;
    width: 41px;
    height: 41px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 19px;
  
  }
  
  .page3_mine .cbox_top .p_list_1 .pitem .e_text a svg {
  
    fill: #5dc9c6;
  
  }
  
  .page3_mine .cbox_top .p_list_1 .pitem .e_text .coxd_txt {
    margin-bottom: 4%;
    font-weight: bold;
    color: #ffffff;
  }
  
  
  .cbox_bottom .cbox_e_2 .p_list_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
        background: rgb(0,0,0,0.3);
  
  }
  
  .cbox_bottom .cbox_e_2 .p_list_2 .p_loopitem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.33%;
    border: 1px solid rgb(255, 255, 255, 0.3);
    border-left: 0;
    transition: all 0.6s;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  
  
    padding: 25px 0;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  
  .cbox_bottom .cbox_e_2 .p_list_2 .p_loopitem a {}
  
  
  .cbox_bottom .cbox_e_2 .p_list_2 .p_loopitem.claasname {
    background-image: linear-gradient(90deg,
        #1f4d99 0%,
        #377ac5 100%)!important;
  
  
  }
  
  .claasname a {
    font-weight: bold;
  
  }
  
  .cbox_bottom .cbox_e_2 .p_list_2 .p_loopitem:hover {
    background-image: linear-gradient(90deg,
        #1f4d99 0%,
        #377ac5 100%);
  
  }
  .cont .page3 .page3_page {
      display:none;
  }
  
  /* 四 */
  .page4 {
    background-image: url(/static/cn/img/index_4_bj.png);
    background-repeat: no-repeat;
    background-size: 100% 110%;
    background-position: center;
    padding-top: 4.8%;
    padding-bottom: 10%;

  
  }
  
 .txt_weichuang {
  margin-bottom: 4.4%;
  letter-spacing: 0px;
      color: #ffffff;

}

.txt_weichuang .txt_1 {
    text-align: left;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;

}

.txt_weichuang .txt_2 {
font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    color: #ffffff;
}


.txt_weichuang .txt_3 {
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #999999;
    font-weight: 500;
    text-align: left;
    font-family: 'thin';
}

.txt_weichuang .txt_4 {
  margin-top: 1.2%;
  width: 60px;
  height: 4px;
  background-color: #ffffff;
}

.page4_mine .classics_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.page4_mine .classics_top .txt_weichuang .txt_3 {
    letter-spacing: 1px;
    color: #b0c4fe;
	
}
.page4 .e_container .cbox_left {

  display: flex;
}


.page4_mine .e_container .cbox_left .cbox_text {
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 75px;
}
.page4_mine .classics_bottom {
        min-height: 500px;
        max-height: 501px;
    
}
.page4_mine .e_container .cbox_left .cbox_text a {
    position: relative;
}
.page4_mine .e_container .cbox_left .cbox_text a:after {
content: "";
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    /* position: absolute; */
    display: block;
    margin-top: 10px;
    transition: all 0.4s;
    
}
.page4_mine .e_container .cbox_left .cbox_text.catname a:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    /* position: absolute; */
    display: block;
    margin-top: 10px;
    
}
.page4_mine .e_container .cbox_left .cbox_text.catname {
    display: block;
    
}
.classics_swiper {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;

}

.classics_swiper .classics_bott>a {
  color: #797f8c;
  display: flex;
  align-items: center;
  align-items: center;
  letter-spacing: 1px;
  margin-top: 6%;
}
.classics_swiper .classics_bott>a:hover .cox_button{
        background-color: #2354a0;
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
    
}
.classics_swiper .classics_bott>a .cox_button {

  transition: all 0.4s;
  width: 41px;
  height: 41px;
  background-color: #126acf;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 19px;
}

.cox_button .icon {
  margin: 0 !important;

}

.classics_swiper .classics_bott {

  padding: 5.6% 6% 8% 6%;
}

.classics_swiper .classics_bott .e_cox_p a {

  letter-spacing: 0px;
  color: #222222;
  font-weight: 500;
  transition: all 0.4s;
}

.classics_bottom .classics_1,
.classics_bottom .classics_2,
.classics_bottom .classics_3,
.classics_bottom .classics_4{
  width: 100%;
  overflow: hidden;

}
.classics_bottom .intelligence  {
    display: none;
    position: relative;
}
.classics_bottom .intelligence .swiper-button-next {
      width: 50px;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(76, 98, 127, 0.1);
    border-radius: 50%;
    background-image: unset;
    
}
.classics_bottom .intelligence .swiper-button-next{
        background-size: cover;
    right: -8%;
}
.classics_bottom .intelligence .swiper-button-prev{
        background-size: cover;
    left: -8%;
}
.classics_bottom .intelligence .swiper-button-prev {
      width: 50px;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(76, 98, 127, 0.1);
    border-radius: 50%;
    background-image: unset;
    
}
.classics_bottom .intelligence .swiper-button-next:hover {
    
    	background-image: linear-gradient(90deg, 
		#1f4d99 0%, 
		#377ac5 100%);
	box-shadow: 0px 8px 24px 0px 
		rgba(76, 98, 127, 0.25);
}
.classics_bottom .intelligence .swiper-button-next:hover:after {
    
      color: #fff;
}
.classics_bottom .intelligence .swiper-button-prev:hover {
    
    
    	background-image: linear-gradient(90deg, 
		#1f4d99 0%, 
		#377ac5 100%);
	box-shadow: 0px 8px 24px 0px 
		rgba(76, 98, 127, 0.25);
}
.classics_bottom .intelligence .swiper-button-prev:hover:after {
    
        color: #fff;
}
.classics_bottom .intelligence .swiper-button-next:after, .classics_bottom .intelligence .swiper-button-prev:after {
    font-size: 20px;
}
.classics_bottom .intelligence .swiper-pagination {
    
        bottom: -80px;
}

.classics_bottom .intelligence .swiper-pagination .swiper-pagination-bullet {
    
        margin: 0 4px;
    width: 14px;
    height: 14px;
    border: solid 2px #ffffff;
    opacity: 0.3;
    background: #3d79fd;
    transition: all 0.4s;
}

.classics_bottom .intelligence .swiper-pagination-bullet.swiper-pagination-bullet-active {
    
    	background-color: #ffffff;
	border: solid 2px #ffffff;
	  opacity: 1;
}
.classics_bottom .intelligence.catname_bott {
    
    display: block;
        -webkit-animation: myfirst0a 0.8s;
    animation: myfirst0a 0.8s;
}


.classics_swiper .classics_bott .e_cox_p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
word-break: break-all;  
-webkit-box-orient: vertical;
  margin-bottom: 6%;
  line-height: 1.5;
  height: 1.5em;
  max-height: 1.5em;
}
.classics_swiper .recommend_img {
    overflow: hidden;
        overflow: hidden;
    height: 0px;
    position: relative;
    padding-bottom: 56.25%;
}
.classics_swiper .recommend_img img {
    transition: all 0.4s;
        object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s;
}
.classics_swiper:hover .recommend_img img {
    transform: scale(1.06);
}  
.classics_swiper:hover .classics_bott .e_cox_p a {
        color: #2354a0;
    
}
  /* 新加 */
  .page4s .txt_weichuang {
  letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 4.2%;
  }
  .page4s .txt_weichuang .txt_4 {
      
          margin: 0 auto;
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  }
  .page4s .txt_weichuang .txt_2 {
      
      letter-spacing: 0px;
	color: #333333;
  }
   .page4s .txt_weichuang .txt_1,
  .page4s .txt_weichuang .txt_2, 
   .page4s .txt_weichuang .txt_3
      {
      text-align: center;
  }

  .page4_4 {
background-image: url(../img/service_bj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 8%;
    padding-bottom: 6.5%;
    width: 90%;
    margin: 0 auto;
    max-width: 1680px;

  }
  
  .page4_4 .page4_4_mine .cbox_service {
  
  
    width: 100%;
  }
  .page4_4 .page4_4_mine .cbox_service .service_bottom {
      
          width: 52%;
  }

  .service_bottom .digit_1 .e_container {
  
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .service_bottom .digit_1 .e_container>.p_item {
     margin-top: 6.2%;
    width: 33%;
  }
  
  .service_bottom .digit_1 .e_container>.p_item:nth-child(1) .p_num,
  .service_bottom .digit_1 .e_container>.p_item:nth-child(2) .p_num {
  
    letter-spacing: 0px;
    color: #ffd24d;
    font-size: 54px;
  }
  
  .service_bottom .digit_1 .e_container>.p_item:nth-child(1) .p_plus {
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    top: -58px;
  }
  
  
  .page4_4 .e_container .p_item .e_scrollNumber {
    display: flex;
    align-items: flex-end;
    max-height: 40px;
    height: 40px;
  }
  
  .page4_4 .cbox_service .service_top .service_txt_1 {
  
      font-size: 4vw;
    color: #f5f5f5;
    opacity: 0.1;
    font-weight: bold;
    line-height: 1;
    margin-bottom: -60px;
  }
  
  .page4_4 .cbox_service .service_top .service_txt_2 p {
    letter-spacing: 0px;
    color: #ffd24d;
    font-weight: bold;
    margin-bottom: 19px;
    line-height: 1;
  
  }
  
  .page4_4 .cbox_service .service_top .service_txt_2 .s_line {
  
    width: 60px;
    height: 4px;
    background-color: #ffffff;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  .page4_4 .cbox_service .service_top .service_txt_3 {
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 2;

  
  }
  
  .page4_4 .service_bottom .digit_1 .p_num {
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffd24d;
    line-height: 1;
    margin-right: 8px;
  }
  
  
  
  .page4_4 .e_container .p_item .e_scrollNumber>div {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0px;
    color: #ffd24d;
    font-weight: 500;
    position: relative;
  }
  
  .page4_4 .e_container .p_item .e_tex {
    letter-spacing: 0px;
  
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
  }
  
  .page4_4 .service_bottom>a {
  
    color: #ffffff;
    display: flex;
    align-items: center;
    align-items: center;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 12%;
    transition: all 0.4s;
    width: 160px;
  }
  
  .page4_4 .service_bottom>a:hover .cox_button {
  
    background-color: #2354a0;
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  }
  
  .page4_4 .service_bottom>a:hover .cox_button .icon path {
  
    fill: #ffffff;
  }
  
  .page4_4 .service_bottom>a .cox_button {
    transition: all 0.4s;
    width: 41px;
    height: 41px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 19px;
  }
  
  .page4_4 .service_bottom>a svg path {
  
    fill: #126acf;
  }
  
  /* 五 */
  .page5 {
   
       padding-top: 5%;
    padding-bottom: 5%;
  }
  
  .page5 .page5_mine .cbox_top_5 {
  
    margin-bottom: 4.1%;
  }
  
  .page5 .page5_mine .cbox_new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  
  }
  .page5 .page5_mine .cbox_new .txt_weichuang .txt_2 {
      
      	letter-spacing: 0px;
	color: #000000;
  }
  .page5 .page5_mine .cbox_new .txt_weichuang .txt_3 {
      
      	letter-spacing: 1px;
  }
  .page5 .page5_mine .cbox_new .txt_4 {
      
      	width: 60px;
	height: 4px;
	background-image: linear-gradient(90deg, 
		#1f4d99 0%, 
		#377ac5 100%);

  }
  .page5 .page5_mine .e_txt_5 {
    letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
  
  }
  
  .page5 .page5_mine .cbox_new a {
  
    color: #000000;
    display: flex;
    align-items: center;
    align-items: center;
    letter-spacing: 1px;
    font-weight: 500;
  }
  
  .page5 .page5_mine .cbox_new a:hover .cox_button {
  
    background-color: #2354a0;
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  }
  
  .page5 .page5_mine .cbox_new a:hover .cox_button .icon path {
  
    fill: #ffffff;
  }
  
  .page5 .page5_mine .cbox_new a .cox_button {
    transition: all 0.4s;
    width: 41px;
    height: 41px;
    background-color: #2354a0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 19px;
  }
  
  .page5 .page5_mine .cbox_new a svg path {
  
    fill: #ffffff;
  }
  
  .page5 .page5_mine .cbox_bottom_5 {
    display: flex;
    justify-content: space-between;
  }
  
  .page5 .page5_mine .cbox_bottom_5 .recommend_left,
  .page5 .page5_mine .cbox_bottom_5 .recommend_right {
  
    width: 47.5%;
  }
  
  .page5 .recommend_left .recommend_new {
  
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s;
  }
  
  .page5 .recommend_left .recommend_new:hover {
    background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
  
    box-shadow: 0px 20px 50px rgb(14 37 86 / 16%);
  }
  .page5 .recommend_left .recommend_new:hover .cbox_new_5 .e_cox_p a{
      
      color: #2354a0;
  }
  .page5 .recommend_left .recommend_new:hover .recommend_img img {
  
    transform: scale(1.05);
  }
  
  .page5 .recommend_left .recommend_new .recommend_img {
    overflow: hidden;
    height: 428px;
        border-radius: 8px;
  }
  
  .page5 .recommend_left .recommend_new .recommend_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
  }
  
  .page5 .recommend_right .p_list_5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5 .e_text_5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    align-items: baseline;
  
  
  }
  .page5 .recommend_right .p_list_5 .p_loopitem_5 .e_imge_5 {
          overflow: hidden;
      height: 0px;
      position: relative;
      padding-bottom: 56.25%;
      
  }
  .page5 .recommend_right .p_list_5 .p_loopitem_5 .e_imge_5 img {
          object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      transition: all 0.6s;
      
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5 .e_text_5 .e_time_5 {
  
    letter-spacing: 0px;
    color: #797f8c;
    width: 80px;
    margin-left: 5px;
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5:hover .e_text_5 a {
    color: #2354a0;
  
  
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5 .e_text_5 a {
      font-weight: bold;
    color: #222222;
    transition: all 0.4s;
    line-height: 1.5;
    height: 1.5em;
    max-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;  
    -webkit-box-orient: vertical;
        flex: 1;
  
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5 {
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    padding: 4% 0;
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5 .e_imge_5 {
    display: none;
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(1) .e_text_5,
  .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(2) .e_text_5 {
  
    margin-top: 7.7%;
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(1),
  .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(2) {
    width: 48%;
    border-bottom: unset;
    margin-bottom: 2%;
    padding-top: 0;
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(1) .e_imge_5,
  .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(2) .e_imge_5 {
    display: block;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(1) .e_imge_5:hover img,
  .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(2) .e_imge_5:hover img {
    transform: scale(1.08);
  
  
  }
  
  .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(1) .e_imge_5 img {
  
    transition: all 0.4s;
  }
  
  .page5 .recommend_left .e_cox_p {
    font-weight: bold;
    transition: all 0.4s;
  }
  
  .page5 .recommend_left .e_cox_p:hover {
    color: #2354a0
  }
  
  .page5 .recommend_left .recommend_new .cbox_new_5 {
  
    padding: 5.6% 5.55% 4.2% 5.55%;
  }
  
  .page5 .recommend_left .e_cox_p {
  
    margin-bottom: 24px;
  }
  
  .page5 .recommend_left .recommend_new .cbox_new_5 .e_text5_1 {
  
    letter-spacing: 0px;
    color: #797f8c;
    line-height: 2;
    margin-bottom: 5.9%;
  }
  
  .page5 .recommend_left .cbox_new_5>a {
  
    color: #000000;
    display: flex;
    align-items: center;
    align-items: center;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.4s;
  }
  
  .page5 .recommend_left .cbox_new_5 a:hover .cox_button {
  
    background-color: #2354a0;
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  }
  
  .page5 .recommend_left .cbox_new_5 a:hover .cox_button .icon path {
  
    fill: #ffffff;
  }
  
  .page5 .recommend_left .cbox_new_5 a .cox_button {
    width: 41px;
    height: 41px;
    background-color: #2354a0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 19px;
    transition: all 0.4s;
  }
  
  .page5 .recommend_left .cbox_new_5 a .cox_button .icon path {
  
    fill: #ffffff;
  }
  
  /* 六 */
  .page6 {
    background-image: url(../img/index_6_bjs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-top: 5%;
    padding-bottom: 6%;
  }
  
  .page6 .page6_mine .page6_top {
    font-weight: bold;
    letter-spacing: 0px;
    color: #222222;
  }
  .page6 .page6_mine .page6_top .txt_4 {
      	width: 60px;
	height: 4px;
	background-image: linear-gradient(90deg, 
		#1f4d99 0%, 
		#377ac5 100%);
		margin-top: 20px;
      
  }
  .page6 .page6_mine .page6_bottom {
    width: 100%;
    overflow: hidden;
  }
  
  .page6 .page6_mine .page6_bottom .form-scroll {
  
    width: 58.7%;
  }
  
  .page6 .page6_mine form {
    width: 100%;
    margin-top: 8%;
  }
  
  .page6_mine .page6_bottom .form-scroll .group_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  
  }
  
  .page6_mine .page6_bottom .form-scroll .group_box .input-group {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 48%;
  }
  
  .page6_mine .page6_bottom .form-scroll .group_box .input-group input {
  
    line-height: 60px;
    background: #fafafa;
    padding: 0 20px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 0;
    box-shadow: 1px 2px 10px rgb(14 37 86 / 16%);
  }
  
  
  
  .page6_mine .page6_bottom .group_box .box_input p {
    letter-spacing: 0px;
    color: #797f8c;
    flex: 0 0 120px;
  }
  
  .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline {
    width: 25%;
    color: #797f8c;
    margin-bottom: 0;
        display: flex;
  align-items: baseline;
  }
  
  
  
  .page6_mine .page6_bottom .group_box .box_input {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 22px 30px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
  
  }
  
  .page6_mine .page6_bottom .group_box .box_input .input-gro {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  
  .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline input {
      margin-right: 5px;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 0;
  }
  
  .page6_mine .page6_bottom .group_box .scroll {
    letter-spacing: 0px;
    color: #ffffff;
    width: 100%;
  }
  
  .page6_mine .page6_bottom .group_box .btn button {
    width: 200px;
    height: 54px;
  
  
    background-color: #ffffff;
    border: unset;
    border-radius: 27px;
  
    letter-spacing: 0px;
    color: #000000;
    transition: all 0.4s;
    font-weight: 500;
  }
  
  .page6_mine .page6_bottom .group_box .btn button:hover {
  
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
  
    color: #ffffff;
  }
  
  .page6_mine .page6_bottom .group_box .btn {
    margin-top: 4.2%;
    padding: 0;
    border: 0;
  
  }
  .page3 .page3_mine .cbox_top{
          height: 100%;
        
    }
  .page3 .page3_mine .cbox_top {
      
        height: 100%; 
  }
  .page3 .page3_mine .cbox_top .p_list_1{
      
        height: 100%; 
  }
  button:focus {
  
    outline: unset;
  }
  
  .cont {
  
    padding-top: 0% !important;
    padding-bottom: 0% !important;
  }

  .mCSB_horizontal.mCSB_inside>.mCSB_container {
       display: flex;
          margin-bottom: 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
      
          height: 6px;
  }
  
  
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
      
          height: 2px;
    margin: 1px auto;
  }
  
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
      
          height: 2px;
    margin: 1px 0;
  }
  
  
  @media screen and (max-width: 1600px) {

    .page3_mine .cbox_top .p_list_1 .pitem .e_text p{
          width: 60%; 
        
    }
    .classics_bottom .intelligence .swiper-button-next {
        
        right: -6%;
    }
    .classics_bottom .intelligence .swiper-button-prev {
        
            left: -6%;
    }
    .page4_4 .cbox_service .service_top .service_txt_1 {
        
            margin-bottom: -50px;
    }
    .service_bottom .digit_1 .e_container>.p_item {
            margin-top: 8.2%;
        
    }
    .page2 .e_container .p_item .p_num {
        
            font-size: 60px;
    }
  }
  
  @media screen and (max-width: 1440px) {
  .page5 .recommend_left .recommend_new .recommend_img {
      
          height: 328px;
  }
  .page2 .e_container .p_item .p_num {
      
       font-size: 50px;
  }
  .page4_4 .cbox_service .service_top .service_txt_1{
      
          margin-bottom: -45px;
  }
  .page4_mine .classics_bottom {
        min-height: 450px;
        max-height:  450px;
    
}
    .cont .page2 .e_txt_1 {
        
            width: 35.4%;
    }
  }
  
  
  
  
  /* 125% */
  @media only screen and (min-width: 1450px) and (max-width: 1537px) {
    .cont .page2 ul li .lines .img {
      padding-top: 81%;
    }
  
    .cont .page2 .index_search {
      margin: 1% auto 2%;
    }
  
    .cont .page2 .index_search .index_search_item {
      height: 40px;
    }
  
    .cont .page3 .btn a i {
      padding: 12px 28px;
    }
  
    .cont .page1 .index_banner .swiper-slide .text a i {
      padding: 12px 28px;
    }
  }
  
  @media screen and (max-width: 1366px) {
    .cont .page1 .index_banner .swiper-slide .text p {
      font-size: 48px;
    }
    .page2 .cnt_img {
              margin-bottom: -3%;
            margin-top: 10%;
    }
    .page6_mine .page6_bottom .group_box .box_input {
        
            padding: 22px 20px;
    }
  .page3_mine .cbox_top .p_list_1 .pitem .e_text p {
      
      width:50%;
  }
  .page6_mine .page6_bottom .group_box .box_input .input-gro {
      
      font-size: 14px;
  }
    .page2 .e_container .p_item .p_num {
  
      font-size: 48px;
    }
    .page2 .e_container .p_item .e_scrollNumber>div .fnt_32 {
  
      font-size: 26px;
    }
  
    .page2 .e_container .p_item .e_tex {
  
         font-size: 14px;
    }
    .cbox_bottom .cbox_e_2 .p_list_2 .p_loopitem {
        
            padding: 20px 0;
    }
    .service_bottom .digit_1 .e_container>.p_item {
        
            margin-top: 5.2%;
    }
    .page4_4 .e_container .p_item .e_tex {
        
            font-size: 14px;
    }
.classics_bottom .intelligence .swiper-pagination {
    
        bottom: -60px;
}
  }
  
  /* 150 */
  @media only screen and (min-width: 1020px) and (max-width: 1291px) {
    .cont .page2 ul li .lines .img {
      padding-top: 80%;
    }
  
    .cont .page2 .index_search .index_search_item {
      height: 33px;
    }
  
    .cont .page2 .index_search .index_search_item a {
      width: 100px;
    }
  
    .cont .page2 .index_search .index_search_item input {
      width: calc(100% - 100px);
    }
  
    .cont .page3 .btn a i {
      padding: 10px 23.33px;
    }
  
    .cont .page1 .index_banner .swiper-slide .text a i {
      padding: 10px 23.33px;
    }
  }
  
  
  @media screen and (max-width: 1200px) {
    .page2 .e_container .p_item .p_num {
  
      font-size: 40px;
    }
    .txt_weichuang .txt_1 {
        
            font-size: 18px;
    }
    .page4 {
        
            padding-bottom: 6%;
    }
    .page3_mine .cbox_top .p_list_1 .pitem .e_text a {
        
        margin-top: 2.8%;
    }
    .page4_mine .classics_bottom {
        
            min-height: 400px;
    }
    .page4_4 .page4_4_mine .cbox_service .service_bottom {
        
            width: 80%;
    }
    .classics_bottom .intelligence .swiper-button-next {
        
            right: -4%;
    }
    .classics_bottom .intelligence .swiper-button-prev {
        
            left: -4%;
    }
    .classics_bottom .intelligence .swiper-button-prev {
                 width: 40px;
    height: 40px;
        
    }
    .classics_bottom .intelligence .swiper-pagination .swiper-pagination-bullet {
        
            width: 10px;
    height: 10px;
    }
    .classics_bottom .intelligence .swiper-button-next {
        
            width: 40px;
    height: 40px;
    }
  .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline {
      
          width: 32%;
  }
    .page2 .e_container .p_item .e_tex {
  
      padding: 0% 10%;
    }
  
    .page2_video {
  
      height: 320px;
    }
  
  
    .page3_mine .cbox_top .p_list_1 .pitem .e_text .coxd_txt {
  
      margin-bottom: 5.4%;
      display: none;
    }
  
    .cbox_bottom .cbox_e_2 .p_list_2 .p_loopitem {
  
      padding: 20px 0;
  
    }
  

    .page4_4 .cbox_service .service_top .service_txt_1 {
  
        margin-bottom: -36px;
    }
  
    .service_bottom .digit_1 .e_container>.p_item:nth-child(1) .p_num,
    .service_bottom .digit_1 .e_container>.p_item:nth-child(2) .p_num {
  
      font-size: 40px;
    }
  
  
    .service_bottom .digit_1 .e_container>.p_item {
  
      margin-top: 8.2%;
    }
  
    .page4_4 .page4_4_mine .cbox_service {
  
      width: 52.4%;
    }
  
    .page5 .recommend_left .recommend_new .recommend_img {
  
      height: 244px;
    }
  
    .page6_mine .page6_bottom .form-scroll .group_box .input-group input {
      line-height: 40px;
      height: 40px;
          padding: 0 15px;
              font-size: 12px;
    }
  
    .page6_mine .page6_bottom .group_box .btn button {
  
      width: 120px;
      height: 40px;
    }
    .service_bottom .digit_1 .e_container>.p_item:nth-child(1) .p_plus {
        
        left: -5px;
    top: -46px;
    }
  }
  
  
  @media screen and (max-width: 998px) {
    .cont .page1 .index_banner .swiper-slide .text p {
      width: 60%;
    }
  .page2 .e_container .p_item .p_num {
      
          font-size: 32px;
  }
    .cont .page1 .index_banner .swiper-slide .text span {
      width: 60%;
    }
  .page2 .e_container>.p_item {
      
          padding: 1% 1%;
  }
    .cont .page2 {
       padding: 5% 0 0 0%;
      position: static;
    }
  
  .page2 .e_container .p_item .e_tex {
      
          padding: 0% 0%;
  }
    .cont .page3 span {
      width: 60%;
    }
  
    .cont .page3 .page3_logo {
      width: 3.2%;
      left: -3.7%;
      top: -1%;
    }
  
    
  }
  
  @media screen and (max-width: 768px) {
      .page5 .page5_mine .cbox_new .txt_4 {
          
       width: 40px;
      height: 2px;
      }
        .cont .page3 .page3_page {
      display:block;
  }
  

  .cbox_bottom .cbox_e_2 .p_list_2 .p_loopitem:hover {
      
          background-image: unset;
  }
  .cont .page3 .page3_page .txt_3 {
      
          color: #999999;
              text-align: center;
  }
      .page6 .page6_mine .page6_top .txt_4 {
    width: 40px;
    height: 2px;
    margin-top: 15px;
          
      }
      .page6 .page6_mine form {
          
              margin-top: 20px;
      }
        .page3 .cbox_bottom .cbox_e_2 .p_list_2 {
            display: block;
           width: 100px;
            height: 100%;
  } 
    .cont .page1 .index_banner {
      height: 400px;
    }
.page3 .page3_mine .cbox_bottom .cbox_e_2 {
    
        width: 100%;
        height: 100%;
}
.page3 .page3_mine .cbox_bottom {
    
        bottom: 0px;
        width: 100px;
        height: 100%;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    
        bottom: -6px;
}
    .page4_mine .classics_top {
        flex-wrap: wrap;
    }
    .page4_mine .classics_top .txt_weichuang {
        width: 100%;
        
    }
    .page4_mine .classics_top .e_container {
        
         width: 100%; 
    }
    .cont .page2 {
         height: 550px; 
        
    }
    .page4_4 .page4_4_mine .cbox_service .service_bottom {
        
        width: 100%;
    }
    .page4 .e_container .cbox_pist {
        
            width: 65%;
    }
    .page1 .swiper-nav .swiper-nav-item {
      padding-bottom: 10px;
      margin-bottom: 10px;
          font-size: 12px;
    }
    .page2 .e_container .p_item .e_tex {
      line-height: 1.5;
    height: 1.5em;
    max-height: 1.5em;
      font-size: 14px;
    }
    .page1 .swiper-nav {
  
      
  width: 100px;
    }
  .page4_4 .e_container .p_item .e_tex {
          margin-top: 10px;
      font-size: 12px;
  }
  .page5 .recommend_left .recommend_new .recommend_img {
      
      height: 190px;
  }
    .service_bottom .digit_1 .e_container>.p_item:nth-child(1) .p_plus {
        
            left: -5px;
      top: -42px;
    }
    .cont .page1 .index_banner .swiper-slide .text p {
      font-size: 24px;
      width: 80%;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.5;
      height: 1.5em;
    }
  
    .cont .page1 .index_banner .swiper-slide .text span {
      width: 80%;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.5;
      height: 4.5em;
    }
  
    .cont .page1 .index_banner .swiper-slide .text a i {
      padding: 5px 15px;
    }
  
    .cont .page2 .index_search {
      width: 100%;
    }
  
    .cont .page2 .index_search .index_search_item {
      height: 40px;
    }
  
    .cont .page2 ul li {
      width: 100%;
    }
  
    .cont .page3 p br {
      display: none;
    }
  
    .cont .page3 span {
      width: 100%;
    }
  
    .cont .page3 .page3_logo {
      display: none;
    }
  
    .cont .page3 .btn a i {
      padding: 5px 15px;
    }
  
    .cont .page4 {
      padding: 8% 0;
    }
  
    .cont .page4 .news .news_l {
      width: 100%;
      height: 200px;
      margin-bottom: 15px;
    }
  
    .cont .page4 .news .news_r {
      width: 100%;
    }
  
    .cont .page4 .news .news_r .txt em {
      margin-top: 7%;
    }
  
  
    /* 新 */
    .page2 .e_container {
      padding: 30px 0%;
      width: 100%;
  
      justify-content: space-between;
    }
  
    .page2 .e_container>.p_item {
      margin-bottom: 10px;
      flex: 0 0 49%;
    }
  
    .page2 .e_container .p_item .p_num {
  
      font-size: 42px;
    }
  
    .page2 .e_container .p_item .e_scrollNumber>div .fnt_32 {
  
      font-size: 20px;
    }
  
    .page2 .e_container .p_item .e_scrollNumber>div .fnt_20 {
  
      font-size: 14px;
    }
  
  
    .page2 .e_container .p_item:first-child .e_container-13:before {
      display: block;
  
    }
  
    .page2_video {
  
      height: 100px;
    }
  .page2 .cnt_img {
      
      margin-bottom: 0%;
  }
    .cont .page2 {
  
      padding: 30px 0 ;
    }
  
  .page3_mine .cbox_top .p_list_1 .pitem .e_text .e_text_2 {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-all;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 4.5em;
    max-height: 4.5em;
    display: none;
    }
  .page3_mine .cbox_top .p_list_1 .pitem .e_text {
          width: 75%;
      left: 100px;
          top: auto;
          bottom: 10%;
  }
  .page3_mine .cbox_top .p_list_1 .pitem .e_text a {
  
          margin-top: 15px;
  }
  .cont .page3 {
      
      padding-top: 30px;
  }
.cont .page3 .txt_weichuang .txt_1,
  .cont .page3 .txt_weichuang .txt_2
{
          letter-spacing: 0px;
    color: #333333;
          text-align: center;
         
  }
  
  .cont .page3 .txt_weichuang .txt_4 {
    margin: 0 auto;
    background-image: linear-gradient(90deg, #1f4d99 0%, #377ac5 100%);
}
    .page3 .cbox_top {
      height: 100%;
  
    }
  
    .page3 .page3_mine {
      height: 450px;
    
    }
    
    .page3 .cbox_top .p_list_1 {
      height: 100%;
  
    }
  
    .page3_mine .cbox_top .p_list_1 .pitem.top_pame {
  
      height: 100%;
    }
  
    .page3 .cbox_top .p_list_1 .e_image {
  
      height: 100%;
    }
  
    .page3 .cbox_top .p_list_1 .e_image img {
  
      height: 100%;
    }
  
  
    .cbox_bottom .cbox_e_2 .p_list_2 {
      justify-content: unset;
  /*    width: 100%;
      box-sizing: border-box;
      overflow-x: scroll; */
    }
  
    .cbox_bottom .cbox_e_2 .p_list_2 .p_loopitem {
      flex: 0 0 150px;
      white-space: nowrap;
      width: 100px;
    }
  
    .cbox_bottom .cbox_e_2 .p_list_2 .p_loopitem {
      font-size: 12px;
      padding: 15px 0;
          height: 14.3%;
    }
  
    .cont .page4 {
  
        padding: 30px 0 30px;
    }
  
    .page4 .e_container .cbox_left .cbox_text {
  
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
  
    .page4 .e_container .cbox_left {
  
      flex: 0 0 30%;
      margin-right: 5%;
    }
  
    .page4_img {
      width: 100%;
      margin-top: 30px;
      padding-bottom: 30px;
    }
  
    .page4 .classics_top .txt {
  
      margin-bottom: 20px;
    }
  
  
    .page4_4 .page4_4_mine .cbox_service {
  
      width: 100%;
    }
  
    .page4_4 .cbox_service .service_top .service_txt_2 .s_line {
      margin-top: 15px;
      width: 40px;
      height: 2px;
    }
  
  
    .page4_4 {
  
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .page4_4 .cbox_service .service_top .service_txt_1 {
      font-size: 30px;
      margin-bottom: -22px;
    }
  
    .page4_4 .cbox_service .service_top .service_txt_3 {
  
      margin-top: 20px;
    }
  
    .service_bottom .digit_1 .e_container>.p_item:nth-child(1) .p_num,
    .service_bottom .digit_1 .e_container>.p_item:nth-child(2) .p_num {
  
      font-size: 32px;
    }
  
    .service_bottom .digit_1 .e_container>.p_item {
  
      margin-top: 15px;
    }
  
    .page4_4 .e_container .p_item .e_scrollNumber {
  
      max-height: 32px;
      height: 32px;
    }
  
    .page4_4 .service_bottom>a .cox_button {
      width: 32px;
      height: 32px;
      margin-right: 10px;
    }
  
    .page4 .e_container .cbox_rigth>a .cox_button {
      width: 32px;
      height: 32px;
      margin-right: 10px;
  
    }
  
    .page3_mine .cbox_top .p_list_1 .pitem .e_text a .cox_button {
      width: 32px;
      height: 32px;
      margin-right: 10px;
  
    }
  
    .page1 .cox_button {
      width: 32px;
      height: 32px;
      margin-right: 10px;
  
    }
  
    .page5 .page5_mine .cbox_new a .cox_button {
  
      width: 32px;
      height: 32px;
      margin-right: 10px;
    }
  
    .page5 .recommend_left .cbox_new_5 a .cox_button {
      width: 32px;
      height: 32px;
      margin-right: 10px;
  
    }
  
    .page4_4 .service_bottom>a {
  
      margin-top: 20px;
    }
  
    .page4 .e_container .cbox_rigth>a {
      margin-top: 20px;
  
    }
  
    .cont .page1 .index_banner .swiper-slide .text a {
      margin-top: 20px;
  
    }
  
    .page5 {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .page5 .page5_mine .cbox_bottom_5 {
  
      flex-wrap: wrap;
    }
  
    .page5 .page5_mine .cbox_bottom_5 .recommend_left,
    .page5 .page5_mine .cbox_bottom_5 .recommend_right {
      margin-bottom: 20px;
      width: 100%;
    }
  
    .page5 .page5_mine .cbox_top_5 {
      margin-bottom: 0px;
    }
  
    .page5 .recommend_left .recommend_new .cbox_new_5 {
  
      padding: 15px;
    }
  
    .page5 .recommend_left .e_cox_p {
  
      margin-bottom: 15px;
    }
  
    .page5 .recommend_left .recommend_new .cbox_new_5 .e_text5_1 {
  
      margin-bottom: 15px;
    }
  
    .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(1),
    .page5 .recommend_right .p_list_5 .p_loopitem_5:nth-child(2) {
      margin-bottom: 15px;
      width: 100%;
    }
  
    .page6 .page6_mine .page6_bottom .form-scroll {
  
      width: 100%;
    }
  .page6_mine .page6_bottom .group_box .box_input .input-gro {
      
          flex: 0 0 100%;
  }
    .page6_mine .page6_bottom .group_box .box_input p {
      margin-bottom: 15px;
      flex: 0 0 100%;
    }
  
    .page6_mine .page6_bottom .group_box .box_input {
      flex-wrap: wrap;
      padding: 15px;
      
    }
  
    .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline:nth-child(1),
    .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline:nth-child(1),
    .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline:nth-child(1),
    .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline:nth-child(1) {
  
      margin-bottom: 1%;
    }
  
    .page6_mine .page6_bottom .group_box .box_input .input-gro .checkbox-inline {
      margin-bottom: 1%;
      width: 49%;
    }
  
    .page6_mine .page6_bottom .group_box .btn button {
  
      width: 100px;
      height: 40px;
    }
  .swiper_image {
      
          height: 100%;
  }
  
  .page4 .e_container .cbox_rigth>div {
      overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  word-break: break-all; 
  -webkit-box-orient: vertical;
      height: 6em;
      max-height: 6em;
      
      
  }
  .page4_mine .e_container .cbox_left .cbox_text {
      
          margin-left: 0;
    margin-right: 6%;
  }
  .page4_mine .classics_top .txt_weichuang {
      
      
  }
  .classics_bottom .intelligence .swiper-pagination {
      
    bottom: -40px;
  }
  .classics_swiper .classics_bott>a .cox_button {
          width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .page1 {
      
          height: auto;
  }
  .classics_bottom .intelligence .swiper-pagination .swiper-pagination-bullet {
      
          width: 8px;
    height: 8px;
  }
  .txt_weichuang .txt_2 {
      
          margin-bottom: 10px;
  }
  .txt_weichuang .txt_3 {
          margin-bottom: 15px;
  }
  .txt_weichuang {
      
          margin-bottom: 20px;
  }
  .txt_weichuang .txt_4 {
      
          width: 40px;
    height: 2px;
  }
  .classics_bottom .intelligence .swiper-button-next {
      
          width: 32px;
    height: 32px;
  }
  
  .classics_bottom .intelligence .swiper-button-next:after, .classics_bottom .intelligence .swiper-button-prev:after {
      
          font-size: 14px;
  }
  
  .classics_bottom .intelligence .swiper-button-prev {
             width: 32px;
    height: 32px;
      
  }
  .page5 .recommend_right .p_list_5 .p_loopitem_5 .e_text_5 .e_time_5 {
      
          width: auto;
  }
  
      .cont .page2 .e_txt_1 {
            margin-bottom: 20px;
            width: 100%;
    }
  .page2_mine .e_txt_img {
      width: 100%;
          margin-top: 20px;
  }
  .page2_mine {
    flex-wrap: wrap;
  }
  .cont .page2 .e_txt_1>a {
      
      margin-top: 20px;
  }
  
  .cont .page2 {
      
          height: auto;
  }
  .page3_mine .cbox_top .p_list_1 .pitem .e_text p {
      
          width: 100%;
  }
  .page4s {
      
          padding-top: 30px;
    padding-bottom: 30px;
  }
  .page4_4 .cbox_service .service_top .service_txt_3 {
          width: 75%;
          line-height: 1.5;
          font-size: 13px;
          margin-top: 20px;
  }
  .page6 {
      
          padding-top: 30px;
    padding-bottom: 30px;
  }
  
  
  
  .cont .page2 .e_txt_1>a .cox_button {
      
      width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .page4_4 .cbox_service .service_top .service_txt_3 {
      
          width: 65%;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  }
  
    @media screen and (max-width: 700px) { 
           .page4_4 {
      
          background-position: 68% center;
  }
   
        
    }
  
  

